From: Matthieu Gallien Date: Mon, 20 Jan 2025 14:38:33 +0000 (+0100) Subject: add some missing doc images in a valid path X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~124^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=eb2f73ec24583cf1ed54d4489b5289087d9ca898;p=nextcloud-desktop.git add some missing doc images in a valid path we cannot use doc/images/building folder name due to some gitignore rules so let's rename it to doc/images/dev Signed-off-by: Matthieu Gallien --- diff --git a/doc/building.rst b/doc/building.rst index fcf78f284..dd8781ce6 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -220,12 +220,12 @@ Setting up Microsoft Visual Studio 1. Click on 'Modify' in the Visual Studio Installer: - .. image:: ./images/building/visual-studio-installer.png + .. image:: ./images/dev/visual-studio-installer.png :alt: Visual Studio Installer 2. Select 'Desktop development with C++' - .. image:: ./images/building/desktop-development-with-cpp.png + .. image:: ./images/dev/desktop-development-with-cpp.png :alt: Desktop development with C++ Handling the dependencies @@ -265,7 +265,7 @@ Compiling 4. To use the tools installed with Visual Studio, you need the following in your %PATH%: - .. image:: ./images/building/path.png + .. image:: ./images/dev/path.png :alt: Windows environment variables 5. Alternatively you can use the tools installed with KDE Craft by adding them to %PATH%: diff --git a/doc/images/dev/desktop-development-with-cpp.png b/doc/images/dev/desktop-development-with-cpp.png new file mode 100644 index 000000000..4d4f0d34f Binary files /dev/null and b/doc/images/dev/desktop-development-with-cpp.png differ diff --git a/doc/images/dev/path.png b/doc/images/dev/path.png new file mode 100644 index 000000000..88f028700 Binary files /dev/null and b/doc/images/dev/path.png differ diff --git a/doc/images/dev/visual-studio-installer.png b/doc/images/dev/visual-studio-installer.png new file mode 100644 index 000000000..23f4f7a4d Binary files /dev/null and b/doc/images/dev/visual-studio-installer.png differ